label: Remove extra quote in code example
authorDaniel Boles <dboles.src@gmail.com>
Fri, 7 Jul 2017 07:13:41 +0000 (08:13 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Fri, 7 Jul 2017 07:15:05 +0000 (08:15 +0100)
gtk/gtklabel.c

index 950b28629d289696fae2d1c606ae4e0ba6f38056..2e0dd59dd663244283c08a580404bb0e51cf9b1a 100644 (file)
  * <object class="GtkLabel">
  *   <attributes>
  *     <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
- *     <attribute name="background" value="red" start="5" end="10"/>"
+ *     <attribute name="background" value="red" start="5" end="10"/>
  *   </attributes>
  * </object>
  * ]|